-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Routed: support vxlan networks #10861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 4.20
Are you sure you want to change the base?
Conversation
@blueorangutan package |
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10861 +/- ##
=========================================
Coverage 16.14% 16.14%
Complexity 13237 13237
=========================================
Files 5655 5655
Lines 497310 497314 +4
Branches 60277 60276 -1
=========================================
+ Hits 80278 80294 +16
+ Misses 408088 408075 -13
- Partials 8944 8945 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13370 |
@blueorangutan test |
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
[SF] Trillian test result (tid-13295)
|
you can build the projects in a container and copy the JAR to your management server, by following the steps below
|
Hi, thank you! I just build this version and it does seem to work now when creating a network and allocating a subnet. However I notice the CPU usages is 100% and the environment is very slow. Any idea if I should continu testing or first fix this issue? |
@sjanssen15 |
It seemed to be caused by 2 old KVM hosts that were trying to connect to this management server but they are from a previous installation, they were kinda DDOSing this machine. After adding them the issue disappeared. Tomorrow I will test some more regarding the router and stuff. |
Good, thanks for testing If there is no major issue, we can merge this PR into 4.20.1 |
I'm really sorry to bother you, but I'm going from error to error. Can you see why I'm unable to run any instances? System VM's are running so KVM is working. I have 3 hosts added to the cluster. Could it be related to the network? |
it looks the vm template has a template tag as emty string ('') |
To give you a quick update, still not sure how I fixed it but I reset some template permissions and tags and it seemed to start working. Strange since this is a clean install. I have now a VXLAN segment with a virtual router attached to it. I'm able to ssh into the VR and ping the running instance (from a different host as well). I'm however unable to reach the public network where the VR is attached to. I do have the correct VLAN and type configured. On the KVM host itself I'm able to reach the public gateway via that cloudbridge. |
You cannot reach the gateway 10.4.152.1 from the VR, right ? can you assign a temporary IP (in 10.4.152.1/24 network) to the linux bridge (brXXXX.1452) on the kvm host, and check if the .1 and .102 are reachable ? |
I tried with
|
@sjanssen15 |
Description
This PR supports Routed network with vxlan isolation
fixes #10855
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?